MouseExited

An event indicating that the mouse has been moved out of the web page.

Types

Link copied to clipboard
class Builder
A builder of MouseExited.

Functions

Link copied to clipboard
open fun location(): Point
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
Returns the mouse position relative to the bounds of the screen.
Link copied to clipboard
open fun newBuilder(location: Point): MouseExited.Builder
Creates a new MouseExited builder with the given required parameters.